back · tests/sessions.spec.js:48:2 @ andrena-classifier all / isolation
Error: expect(locator).not.toBeVisible() failed
Locator: getByText('Session α', { exact: true })
Expected: not visible
Error: strict mode violation: getByText('Session α', { exact: true }) resolved to 2 elements:
1) <a href="/sessions/sq7rqpnr" data-testid="goto-current-session" class="session-link svelte-1nmekgl">…</a> aka getByTestId('goto-current-session')
2) <strong>Session α</strong> aka getByRole('strong')
Call log:
- Expect "not toBeVisible" with timeout 5000ms
- waiting for getByText('Session α', { exact: true })
at tests/sessions.spec.js:62:66